home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Hand Picked Software
/
Hand Picked Software.iso
/
cdrom
/
cd_v18
/
stall.bat
< prev
next >
Wrap
DOS Batch File
|
1995-03-13
|
284b
|
16 lines
echo off
cls
@echo Now making the directory CDPLAY
MD C:\CDPLAY
pause
cls
echo off
@Xcopy *.* C:\CDPLAY /E
@ATTRIB C:\CDPLAY\*.* -R
CLS
@echo The program is now installed.
@echo To run the program switch to the directory it was installed
@echo and type GO
pause
cls